home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Graphic / Web Album Wizard 1.3 PPC / Making a master index… < prev    next >
Encoding:
Text File  |  2000-02-18  |  1.6 KB  |  61 lines  |  [TEXT/ttxt]

  1. <--! 
  2. This is a sample of a very basic "Master Index" web page that you can create to link to a number of album pages created with Web Album Wizard.
  3.  
  4. You should add your e-mail address and name, replacing those in green near the bottom of this document. You can also change the heading and title of this page (below, in brown).
  5.  
  6. When you create a new album with Web Album Wizard that you would like to add to this index, be sure to check the "Copy URL" box before clicking the "Finish" button and then paste that URL into the index entry below, replacing the sample in blue. You should also change the text in red to provide a brief description of the album.
  7.  
  8. When you want to add another album,  copy the block of "index entry" text (below, in italics), paste it in below the first block, and repeat the above process.
  9.  
  10. To use this page, you will need to rename it (usually "index.htm" or "home.htm" if you want this to be your primary web page) and upload to the root level of your web directory using your FTP software.
  11. -->
  12.  
  13. <HTML>
  14. <HEAD>
  15. <TITLE>
  16. My Web Photo Albums
  17. </TITLE>
  18. </HEAD>
  19. <BODY BGCOLOR="#FFFFFF">
  20. <CENTER>
  21. <FONT SIZE="+2" FACE="Helvetica">
  22. <B>
  23. My Web Photo Albums
  24. </B>
  25. </FONT>
  26. <BR>
  27. <FONT FACE="Helvetica">
  28. Click on the links below to view individual albums.
  29. </FONT>
  30. <BR>
  31. <BR>
  32. <HR>
  33. </CENTER>
  34. <BLOCKQUOTE>
  35.  
  36.  
  37.  
  38.  
  39. <--! BEGIN INDEX ENTRY -->
  40. <P>
  41. <A HREF="http://www.mydomain.com/jul_vacation/index.htm">
  42. Album of photos from our vacation last July
  43. </A>
  44. <--! END INDEX ENTRY -->
  45.    
  46.  
  47.  
  48.    
  49. <BR>
  50. </BLOCKQUOTE>
  51. <CENTER>
  52. <HR>
  53. <FONT SIZE="-1" FACE="Geneva">
  54.  
  55. Content and images are ©2000 by <A HREF="mailto:me@mydomain.com">John Doe</A>
  56.  
  57. </FONT>
  58. </CENTER>
  59. </BODY>
  60. </HTML>
  61.